-
Notifications
You must be signed in to change notification settings - Fork 15
feat: [PromptRegistry] Release module #400
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
| <groupId>com.sap.ai.sdk</groupId> | ||
| <artifactId>sdk-parent</artifactId> | ||
| <version>1.6.0-SNAPSHOT</version> | ||
| <relativePath>../../pom.xml</relativePath> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
| <module>orchestration</module> | ||
| <module>document-grounding</module> | ||
| <module>core-services/document-grounding</module> | ||
| <module>core-services/prompt-registry</module> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Released prompt-registry
Jonas-Isr
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM

Context
AI/ai-sdk-java-backlog#222.
The prompt registry client is present but not tested, documented and published
documentation
Feature scope:
Definition of Done
Error handling created / updated & covered by the tests aboveAligned changes with the JavaScript SDK